home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / solfege / solfege-win32-3.17.0.exe / {app} / LICENSE.python.txt < prev    next >
Text File  |  2008-12-23  |  33KB  |  636 lines

  1. A. HISTORY OF THE SOFTWARE
  2. ==========================
  3.  
  4. Python was created in the early 1990s by Guido van Rossum at Stichting
  5. Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
  6. as a successor of a language called ABC.  Guido remains Python's
  7. principal author, although it includes many contributions from others.
  8.  
  9. In 1995, Guido continued his work on Python at the Corporation for
  10. National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
  11. in Reston, Virginia where he released several versions of the
  12. software.
  13.  
  14. In May 2000, Guido and the Python core development team moved to
  15. BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
  16. year, the PythonLabs team moved to Digital Creations (now Zope
  17. Corporation, see http://www.zope.com).  In 2001, the Python Software
  18. Foundation (PSF, see http://www.python.org/psf/) was formed, a
  19. non-profit organization created specifically to own Python-related
  20. Intellectual Property.  Zope Corporation is a sponsoring member of
  21. the PSF.
  22.  
  23. All Python releases are Open Source (see http://www.opensource.org for
  24. the Open Source Definition).  Historically, most, but not all, Python
  25. releases have also been GPL-compatible; the table below summarizes
  26. the various releases.
  27.  
  28.     Release         Derived     Year        Owner       GPL-
  29.                     from                                compatible? (1)
  30.  
  31.     0.9.0 thru 1.2              1991-1995   CWI         yes
  32.     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
  33.     1.6             1.5.2       2000        CNRI        no
  34.     2.0             1.6         2000        BeOpen.com  no
  35.     1.6.1           1.6         2001        CNRI        yes (2)
  36.     2.1             2.0+1.6.1   2001        PSF         no
  37.     2.0.1           2.0+1.6.1   2001        PSF         yes
  38.     2.1.1           2.1+2.0.1   2001        PSF         yes
  39.     2.2             2.1.1       2001        PSF         yes
  40.     2.1.2           2.1.1       2002        PSF         yes
  41.     2.1.3           2.1.2       2002        PSF         yes
  42.     2.2.1           2.2         2002        PSF         yes
  43.     2.2.2           2.2.1       2002        PSF         yes
  44.     2.2.3           2.2.2       2003        PSF         yes
  45.     2.3             2.2.2       2002-2003   PSF         yes
  46.     2.3.1           2.3         2002-2003   PSF         yes
  47.     2.3.2           2.3.1       2002-2003   PSF         yes
  48.     2.3.3           2.3.2       2002-2003   PSF         yes
  49.     2.3.4           2.3.3       2004        PSF         yes
  50.     2.3.5           2.3.4       2005        PSF         yes
  51.     2.4             2.3         2004        PSF         yes
  52.     2.4.1           2.4         2005        PSF         yes
  53.     2.4.2           2.4.1       2005        PSF         yes
  54.     2.4.3           2.4.2       2006        PSF         yes
  55.     2.4.4           2.4.3       2006        PSF         yes
  56.     2.5             2.4         2006        PSF         yes
  57.     2.5.1           2.5         2007        PSF         yes
  58.     2.5.2           2.5.2       2008        PSF         yes
  59.  
  60. Footnotes:
  61.  
  62. (1) GPL-compatible doesn't mean that we're distributing Python under
  63.     the GPL.  All Python licenses, unlike the GPL, let you distribute
  64.     a modified version without making your changes open source.  The
  65.     GPL-compatible licenses make it possible to combine Python with
  66.     other software that is released under the GPL; the others don't.
  67.  
  68. (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
  69.     because its license has a choice of law clause.  According to
  70.     CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
  71.     is "not incompatible" with the GPL.
  72.  
  73. Thanks to the many outside volunteers who have worked under Guido's
  74. direction to make these releases possible.
  75.  
  76.  
  77. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
  78. ===============================================================
  79.  
  80. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  81. --------------------------------------------
  82.  
  83. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  84. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  85. otherwise using this software ("Python") in source or binary form and
  86. its associated documentation.
  87.  
  88. 2. Subject to the terms and conditions of this License Agreement, PSF
  89. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  90. license to reproduce, analyze, test, perform and/or display publicly,
  91. prepare derivative works, distribute, and otherwise use Python
  92. alone or in any derivative version, provided, however, that PSF's
  93. License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
  94. 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation; 
  95. All Rights Reserved" are retained in Python alone or in any derivative 
  96. version prepared by Licensee.
  97.  
  98. 3. In the event Licensee prepares a derivative work that is based on
  99. or incorporates Python or any part thereof, and wants to make
  100. the derivative work available to others as provided herein, then
  101. Licensee hereby agrees to include in any such work a brief summary of
  102. the changes made to Python.
  103.  
  104. 4. PSF is making Python available to Licensee on an "AS IS"
  105. basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  106. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  107. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  108. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  109. INFRINGE ANY THIRD PARTY RIGHTS.
  110.  
  111. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  112. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  113. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  114. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  115.  
  116. 6. This License Agreement will automatically terminate upon a material
  117. breach of its terms and conditions.
  118.  
  119. 7. Nothing in this License Agreement shall be deemed to create any
  120. relationship of agency, partnership, or joint venture between PSF and
  121. Licensee.  This License Agreement does not grant permission to use PSF
  122. trademarks or trade name in a trademark sense to endorse or promote
  123. products or services of Licensee, or any third party.
  124.  
  125. 8. By copying, installing or otherwise using Python, Licensee
  126. agrees to be bound by the terms and conditions of this License
  127. Agreement.
  128.  
  129.  
  130. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
  131. -------------------------------------------
  132.  
  133. BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
  134.  
  135. 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
  136. office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
  137. Individual or Organization ("Licensee") accessing and otherwise using
  138. this software in source or binary form and its associated
  139. documentation ("the Software").
  140.  
  141. 2. Subject to the terms and conditions of this BeOpen Python License
  142. Agreement, BeOpen hereby grants Licensee a non-exclusive,
  143. royalty-free, world-wide license to reproduce, analyze, test, perform
  144. and/or display publicly, prepare derivative works, distribute, and
  145. otherwise use the Software alone or in any derivative version,
  146. provided, however, that the BeOpen Python License is retained in the
  147. Software, alone or in any derivative version prepared by Licensee.
  148.  
  149. 3. BeOpen is making the Software available to Licensee on an "AS IS"
  150. basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  151. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
  152. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  153. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
  154. INFRINGE ANY THIRD PARTY RIGHTS.
  155.  
  156. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
  157. SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
  158. AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
  159. DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  160.  
  161. 5. This License Agreement will automatically terminate upon a material
  162. breach of its terms and conditions.
  163.  
  164. 6. This License Agreement shall be governed by and interpreted in all
  165. respects by the law of the State of California, excluding conflict of
  166. law provisions.  Nothing in this License Agreement shall be deemed to
  167. create any relationship of agency, partnership, or joint venture
  168. between BeOpen and Licensee.  This License Agreement does not grant
  169. permission to use BeOpen trademarks or trade names in a trademark
  170. sense to endorse or promote products or services of Licensee, or any
  171. third party.  As an exception, the "BeOpen Python" logos available at
  172. http://www.pythonlabs.com/logos.html may be used according to the
  173. permissions granted on that web page.
  174.  
  175. 7. By copying, installing or otherwise using the software, Licensee
  176. agrees to be bound by the terms and conditions of this License
  177. Agreement.
  178.  
  179.  
  180. CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
  181. ---------------------------------------
  182.  
  183. 1. This LICENSE AGREEMENT is between the Corporation for National
  184. Research Initiatives, having an office at 1895 Preston White Drive,
  185. Reston, VA 20191 ("CNRI"), and the Individual or Organization
  186. ("Licensee") accessing and otherwise using Python 1.6.1 software in
  187. source or binary form and its associated documentation.
  188.  
  189. 2. Subject to the terms and conditions of this License Agreement, CNRI
  190. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  191. license to reproduce, analyze, test, perform and/or display publicly,
  192. prepare derivative works, distribute, and otherwise use Python 1.6.1
  193. alone or in any derivative version, provided, however, that CNRI's
  194. License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
  195. 1995-2001 Corporation for National Research Initiatives; All Rights
  196. Reserved" are retained in Python 1.6.1 alone or in any derivative
  197. version prepared by Licensee.  Alternately, in lieu of CNRI's License
  198. Agreement, Licensee may substitute the following text (omitting the
  199. quotes): "Python 1.6.1 is made available subject to the terms and
  200. conditions in CNRI's License Agreement.  This Agreement together with
  201. Python 1.6.1 may be located on the Internet using the following
  202. unique, persistent identifier (known as a handle): 1895.22/1013.  This
  203. Agreement may also be obtained from a proxy server on the Internet
  204. using the following URL: http://hdl.handle.net/1895.22/1013".
  205.  
  206. 3. In the event Licensee prepares a derivative work that is based on
  207. or incorporates Python 1.6.1 or any part thereof, and wants to make
  208. the derivative work available to others as provided herein, then
  209. Licensee hereby agrees to include in any such work a brief summary of
  210. the changes made to Python 1.6.1.
  211.  
  212. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
  213. basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  214. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
  215. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  216. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
  217. INFRINGE ANY THIRD PARTY RIGHTS.
  218.  
  219. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  220. 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  221. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
  222. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  223.  
  224. 6. This License Agreement will automatically terminate upon a material
  225. breach of its terms and conditions.
  226.  
  227. 7. This License Agreement shall be governed by the federal
  228. intellectual property law of the United States, including without
  229. limitation the federal copyright law, and, to the extent such
  230. U.S. federal law does not apply, by the law of the Commonwealth of
  231. Virginia, excluding Virginia's conflict of law provisions.
  232. Notwithstanding the foregoing, with regard to derivative works based
  233. on Python 1.6.1 that incorporate non-separable material that was
  234. previously distributed under the GNU General Public License (GPL), the
  235. law of the Commonwealth of Virginia shall govern this License
  236. Agreement only as to issues arising under or with respect to
  237. Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
  238. License Agreement shall be deemed to create any relationship of
  239. agency, partnership, or joint venture between CNRI and Licensee.  This
  240. License Agreement does not grant permission to use CNRI trademarks or
  241. trade name in a trademark sense to endorse or promote products or
  242. services of Licensee, or any third party.
  243.  
  244. 8. By clicking on the "ACCEPT" button where indicated, or by copying,
  245. installing or otherwise using Python 1.6.1, Licensee agrees to be
  246. bound by the terms and conditions of this License Agreement.
  247.  
  248.         ACCEPT
  249.  
  250.  
  251. CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
  252. --------------------------------------------------
  253.  
  254. Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
  255. The Netherlands.  All rights reserved.
  256.  
  257. Permission to use, copy, modify, and distribute this software and its
  258. documentation for any purpose and without fee is hereby granted,
  259. provided that the above copyright notice appear in all copies and that
  260. both that copyright notice and this permission notice appear in
  261. supporting documentation, and that the name of Stichting Mathematisch
  262. Centrum or CWI not be used in advertising or publicity pertaining to
  263. distribution of the software without specific, written prior
  264. permission.
  265.  
  266. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  267. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  268. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
  269. FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  270. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  271. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  272. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  273.  
  274. This copy of Python includes a copy of bzip2, which is licensed under the following terms:
  275.  
  276.  
  277. This program, "bzip2", the associated library "libbzip2", and all
  278. documentation, are copyright (C) 1996-2005 Julian R Seward.  All
  279. rights reserved.
  280.  
  281. Redistribution and use in source and binary forms, with or without
  282. modification, are permitted provided that the following conditions
  283. are met:
  284.  
  285. 1. Redistributions of source code must retain the above copyright
  286.    notice, this list of conditions and the following disclaimer.
  287.  
  288. 2. The origin of this software must not be misrepresented; you must 
  289.    not claim that you wrote the original software.  If you use this 
  290.    software in a product, an acknowledgment in the product 
  291.    documentation would be appreciated but is not required.
  292.  
  293. 3. Altered source versions must be plainly marked as such, and must
  294.    not be misrepresented as being the original software.
  295.  
  296. 4. The name of the author may not be used to endorse or promote 
  297.    products derived from this software without specific prior written 
  298.    permission.
  299.  
  300. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  301. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  302. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  303. ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  304. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  305. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  306. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  307. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  308. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  309. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  310. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  311.  
  312. Julian Seward, Cambridge, UK.
  313. jseward@acm.org
  314. bzip2/libbzip2 version 1.0.3 of 15 February 2005
  315.  
  316.  
  317. This copy of Python includes a copy of db, which is licensed under the following terms:
  318.  
  319. /*-
  320.  * $Id: LICENSE,v 12.1 2005/06/16 20:20:10 bostic Exp $
  321.  */
  322.  
  323. The following is the license that applies to this copy of the Berkeley DB
  324. software.  For a license to use the Berkeley DB software under conditions
  325. other than those described here, or to purchase support for this software,
  326. please contact Sleepycat Software by email at info@sleepycat.com, or on
  327. the Web at http://www.sleepycat.com.
  328.  
  329. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  330. /*
  331.  * Copyright (c) 1990-2005
  332.  *    Sleepycat Software.  All rights reserved.
  333.  *
  334.  * Redistribution and use in source and binary forms, with or without
  335.  * modification, are permitted provided that the following conditions
  336.  * are met:
  337.  * 1. Redistributions of source code must retain the above copyright
  338.  *    notice, this list of conditions and the following disclaimer.
  339.  * 2. Redistributions in binary form must reproduce the above copyright
  340.  *    notice, this list of conditions and the following disclaimer in the
  341.  *    documentation and/or other materials provided with the distribution.
  342.  * 3. Redistributions in any form must be accompanied by information on
  343.  *    how to obtain complete source code for the DB software and any
  344.  *    accompanying software that uses the DB software.  The source code
  345.  *    must either be included in the distribution or be available for no
  346.  *    more than the cost of distribution plus a nominal fee, and must be
  347.  *    freely redistributable under reasonable conditions.  For an
  348.  *    executable file, complete source code means the source code for all
  349.  *    modules it contains.  It does not include source code for modules or
  350.  *    files that typically accompany the major components of the operating
  351.  *    system on which the executable file runs.
  352.  *
  353.  * THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS
  354.  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  355.  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
  356.  * NON-INFRINGEMENT, ARE DISCLAIMED.  IN NO EVENT SHALL SLEEPYCAT SOFTWARE
  357.  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  358.  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  359.  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  360.  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  361.  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  362.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  363.  * THE POSSIBILITY OF SUCH DAMAGE.
  364.  */
  365. /*
  366.  * Copyright (c) 1990, 1993, 1994, 1995
  367.  *    The Regents of the University of California.  All rights reserved.
  368.  *
  369.  * Redistribution and use in source and binary forms, with or without
  370.  * modification, are permitted provided that the following conditions
  371.  * are met:
  372.  * 1. Redistributions of source code must retain the above copyright
  373.  *    notice, this list of conditions and the following disclaimer.
  374.  * 2. Redistributions in binary form must reproduce the above copyright
  375.  *    notice, this list of conditions and the following disclaimer in the
  376.  *    documentation and/or other materials provided with the distribution.
  377.  * 3. Neither the name of the University nor the names of its contributors
  378.  *    may be used to endorse or promote products derived from this software
  379.  *    without specific prior written permission.
  380.  *
  381.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  382.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  383.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  384.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  385.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  386.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  387.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  388.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  389.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  390.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  391.  * SUCH DAMAGE.
  392.  */
  393. /*
  394.  * Copyright (c) 1995, 1996
  395.  *    The President and Fellows of Harvard University.  All rights reserved.
  396.  *
  397.  * Redistribution and use in source and binary forms, with or without
  398.  * modification, are permitted provided that the following conditions
  399.  * are met:
  400.  * 1. Redistributions of source code must retain the above copyright
  401.  *    notice, this list of conditions and the following disclaimer.
  402.  * 2. Redistributions in binary form must reproduce the above copyright
  403.  *    notice, this list of conditions and the following disclaimer in the
  404.  *    documentation and/or other materials provided with the distribution.
  405.  * 3. Neither the name of the University nor the names of its contributors
  406.  *    may be used to endorse or promote products derived from this software
  407.  *    without specific prior written permission.
  408.  *
  409.  * THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
  410.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  411.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  412.  * ARE DISCLAIMED.  IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
  413.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  414.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  415.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  416.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  417.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  418.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  419.  * SUCH DAMAGE.
  420.  */
  421.  
  422. This copy of Python includes a copy of openssl, which is licensed under the following terms:
  423.  
  424.  
  425.   LICENSE ISSUES
  426.   ==============
  427.  
  428.   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of
  429.   the OpenSSL License and the original SSLeay license apply to the toolkit.
  430.   See below for the actual license texts. Actually both licenses are BSD-style
  431.   Open Source licenses. In case of any license issues related to OpenSSL
  432.   please contact openssl-core@openssl.org.
  433.  
  434.   OpenSSL License
  435.   ---------------
  436.  
  437. /* ====================================================================
  438.  * Copyright (c) 1998-2005 The OpenSSL Project.  All rights reserved.
  439.  *
  440.  * Redistribution and use in source and binary forms, with or without
  441.  * modification, are permitted provided that the following conditions
  442.  * are met:
  443.  *
  444.  * 1. Redistributions of source code must retain the above copyright
  445.  *    notice, this list of conditions and the following disclaimer. 
  446.  *
  447.  * 2. Redistributions in binary form must reproduce the above copyright
  448.  *    notice, this list of conditions and the following disclaimer in
  449.  *    the documentation and/or other materials provided with the
  450.  *    distribution.
  451.  *
  452.  * 3. All advertising materials mentioning features or use of this
  453.  *    software must display the following acknowledgment:
  454.  *    "This product includes software developed by the OpenSSL Project
  455.  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
  456.  *
  457.  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
  458.  *    endorse or promote products derived from this software without
  459.  *    prior written permission. For written permission, please contact
  460.  *    openssl-core@openssl.org.
  461.  *
  462.  * 5. Products derived from this software may not be called "OpenSSL"
  463.  *    nor may "OpenSSL" appear in their names without prior written
  464.  *    permission of the OpenSSL Project.
  465.  *
  466.  * 6. Redistributions of any form whatsoever must retain the following
  467.  *    acknowledgment:
  468.  *    "This product includes software developed by the OpenSSL Project
  469.  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
  470.  *
  471.  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
  472.  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  473.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  474.  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
  475.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  476.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  477.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  478.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  479.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  480.  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  481.  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  482.  * OF THE POSSIBILITY OF SUCH DAMAGE.
  483.  * ====================================================================
  484.  *
  485.  * This product includes cryptographic software written by Eric Young
  486.  * (eay@cryptsoft.com).  This product includes software written by Tim
  487.  * Hudson (tjh@cryptsoft.com).
  488.  *
  489.  */
  490.  
  491.  Original SSLeay License
  492.  -----------------------
  493.  
  494. /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  495.  * All rights reserved.
  496.  *
  497.  * This package is an SSL implementation written
  498.  * by Eric Young (eay@cryptsoft.com).
  499.  * The implementation was written so as to conform with Netscapes SSL.
  500.  * 
  501.  * This library is free for commercial and non-commercial use as long as
  502.  * the following conditions are aheared to.  The following conditions
  503.  * apply to all code found in this distribution, be it the RC4, RSA,
  504.  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
  505.  * included with this distribution is covered by the same copyright terms
  506.  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
  507.  * 
  508.  * Copyright remains Eric Young's, and as such any Copyright notices in
  509.  * the code are not to be removed.
  510.  * If this package is used in a product, Eric Young should be given attribution
  511.  * as the author of the parts of the library used.
  512.  * This can be in the form of a textual message at program startup or
  513.  * in documentation (online or textual) provided with the package.
  514.  * 
  515.  * Redistribution and use in source and binary forms, with or without
  516.  * modification, are permitted provided that the following conditions
  517.  * are met:
  518.  * 1. Redistributions of source code must retain the copyright
  519.  *    notice, this list of conditions and the following disclaimer.
  520.  * 2. Redistributions in binary form must reproduce the above copyright
  521.  *    notice, this list of conditions and the following disclaimer in the
  522.  *    documentation and/or other materials provided with the distribution.
  523.  * 3. All advertising materials mentioning features or use of this software
  524.  *    must display the following acknowledgement:
  525.  *    "This product includes cryptographic software written by
  526.  *     Eric Young (eay@cryptsoft.com)"
  527.  *    The word 'cryptographic' can be left out if the rouines from the library
  528.  *    being used are not cryptographic related :-).
  529.  * 4. If you include any Windows specific code (or a derivative thereof) from 
  530.  *    the apps directory (application code) you must include an acknowledgement:
  531.  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
  532.  * 
  533.  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
  534.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  535.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  536.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  537.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  538.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  539.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  540.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  541.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  542.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  543.  * SUCH DAMAGE.
  544.  * 
  545.  * The licence and distribution terms for any publically available version or
  546.  * derivative of this code cannot be changed.  i.e. this code cannot simply be
  547.  * copied and put under another distribution licence
  548.  * [including the GNU Public Licence.]
  549.  */
  550.  
  551.  
  552. This copy of Python includes a copy of tcl, which is licensed under the following terms:
  553.  
  554. This software is copyrighted by the Regents of the University of
  555. California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
  556. Corporation and other parties.  The following terms apply to all files
  557. associated with the software unless explicitly disclaimed in
  558. individual files.
  559.  
  560. The authors hereby grant permission to use, copy, modify, distribute,
  561. and license this software and its documentation for any purpose, provided
  562. that existing copyright notices are retained in all copies and that this
  563. notice is included verbatim in any distributions. No written agreement,
  564. license, or royalty fee is required for any of the authorized uses.
  565. Modifications to this software may be copyrighted by their authors
  566. and need not follow the licensing terms described here, provided that
  567. the new terms are clearly indicated on the first page of each file where
  568. they apply.
  569.  
  570. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  571. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  572. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  573. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  574. POSSIBILITY OF SUCH DAMAGE.
  575.  
  576. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  577. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  578. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
  579. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  580. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  581. MODIFICATIONS.
  582.  
  583. GOVERNMENT USE: If you are acquiring this software on behalf of the
  584. U.S. government, the Government shall have only "Restricted Rights"
  585. in the software and related documentation as defined in the Federal 
  586. Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
  587. are acquiring the software on behalf of the Department of Defense, the
  588. software shall be classified as "Commercial Computer Software" and the
  589. Government shall have only "Restricted Rights" as defined in Clause
  590. 252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
  591. authors grant the U.S. Government and others acting in its behalf
  592. permission to use and distribute the software in accordance with the
  593. terms specified in this license. 
  594.  
  595. This copy of Python includes a copy of tk, which is licensed under the following terms:
  596.  
  597. This software is copyrighted by the Regents of the University of
  598. California, Sun Microsystems, Inc., and other parties.  The following
  599. terms apply to all files associated with the software unless explicitly
  600. disclaimed in individual files.
  601.  
  602. The authors hereby grant permission to use, copy, modify, distribute,
  603. and license this software and its documentation for any purpose, provided
  604. that existing copyright notices are retained in all copies and that this
  605. notice is included verbatim in any distributions. No written agreement,
  606. license, or royalty fee is required for any of the authorized uses.
  607. Modifications to this software may be copyrighted by their authors
  608. and need not follow the licensing terms described here, provided that
  609. the new terms are clearly indicated on the first page of each file where
  610. they apply.
  611.  
  612. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
  613. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  614. ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
  615. DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
  616. POSSIBILITY OF SUCH DAMAGE.
  617.  
  618. THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
  619. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
  620. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
  621. IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
  622. NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  623. MODIFICATIONS.
  624.  
  625. GOVERNMENT USE: If you are acquiring this software on behalf of the
  626. U.S. government, the Government shall have only "Restricted Rights"
  627. in the software and related documentation as defined in the Federal 
  628. Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
  629. are acquiring the software on behalf of the Department of Defense, the
  630. software shall be classified as "Commercial Computer Software" and the
  631. Government shall have only "Restricted Rights" as defined in Clause
  632. 252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
  633. authors grant the U.S. Government and others acting in its behalf
  634. permission to use and distribute the software in accordance with the
  635. terms specified in this license.
  636.